home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr27 / rptp13.zip / RPTP.DOC < prev    next >
Text File  |  1993-05-01  |  4KB  |  112 lines

  1. *******************************************************************************
  2. *                                    RPTP                                     *
  3. * Ron's Print To Printer program, RPTP V1.3, Jun. 1991.                       *
  4. * Last update : Jun. 11, 1991.                                                *
  5. *******************************************************************************
  6.  
  7. Whats New
  8. ---------
  9.  
  10.   Version 1.3 Added the /N+, /N- switches. With /N+ line numbers of the
  11.  originial file are printed, with /N- (the default), they are not.     
  12.  
  13. Introduction
  14. ------------
  15.  
  16.   Have you ever tried to print a program listing to a continous paper printer ?
  17.  of course you did, every programmer does. What did you think about these lines
  18.  that disappeared between the pages, didn't you wish you could skip a few
  19.  pages before and after each page break ?, and what about a small header or
  20.  a footer with the program's name and date ?, well.. that would be nice, 
  21.  wouldn't it ?
  22.  
  23.   I hoped, for a long time, to have such a small helpful program as RPTP is,
  24.  but, because I could not find one I could use, I had to write RPTP myself.
  25.  
  26. Usage
  27. -----
  28.  
  29.   At the command line type RPTR and press Enter to receive a help screen, that
  30.  lists the program's command line format, and options.
  31.  
  32.    Usage ..
  33.          RPTP [e-options] input-file [e-options] [output-file] [e-options]
  34.    E-Options ..
  35.          @optfile - file of options
  36.          options  - options displayed below
  37.    Options ..
  38.          /Lxxx          - xxx lines per page
  39.          /Cyyy          - yyy cols. per page
  40.          /SH            - standard header
  41.          /SF            - standard footer
  42.          /H-            - no header
  43.          /H+hhh         - use hhh as header
  44.          /F-            - no footer
  45.          /F+fff         - use fff as footer
  46.          /XH+   /XH-    - center/do not center header
  47.          /XF+   /XF-    - center/do not center footer
  48.          /PSsss /PEeee  - start at page sss, end at page eee
  49.          /N+    /N-     - print/do not print line numbers
  50.    
  51.    Notice - in option files, each option is at 1 line, and options
  52.             can have spaces in them !
  53.    
  54.  
  55. Warranty
  56. --------
  57.  
  58.   There is no warranty what so ever, The program is supplied as is,
  59.  The author (Loewy Ron), is not, and will not be responsible for any damages,
  60.  lost profits, or inconveniences caused by the use, or inability to
  61.  use this program. The use of the program is at your own risk. 
  62.  By using the program you agree to this.
  63.  
  64. General
  65. -------
  66.  
  67.   RPTP is copyrighted by myself, (c) Loewy Ron, 1991. 
  68.  
  69.   RPTP is free for personal non-commercial use, for commercial or corporate
  70.  use, please register your copy. (ORDER.TXT file is supplied).
  71.  
  72. Contact
  73. -------
  74.  
  75.   You can contact me on what-ever you want to at my address at :
  76.  
  77.         Loewy Ron,
  78.         9 Haneveem st.
  79.         Herzeliya, 46465
  80.         ISRAEL.
  81.  
  82.    OR 
  83.  
  84.         Loewy Ron, 
  85.         Apt. 1,
  86.         20 Smolanskin st.
  87.         Haifa, ISRAEL.
  88.  
  89.   Other programming units available from me include :
  90.  
  91.   mouseLib4 - an event driven mouse unit library.
  92.   tpDESQ11  - a DESQview interface library. (just some portions of the API).
  93.   kbdHdr30  - a keyboard interface unit.
  94.  
  95.   Other public-domain, freeware and shareware programs by the same author
  96.  include :
  97.  
  98.   JM100         : Jumpin' math - a popup scientific calculator.
  99.   TXS12         : TeXt Search program.
  100.   3D110         : WWToolKit 3D demo applocation. (with Ishai Ben-Aroya).
  101.   WWToolKit     : OOPS GUI Turbo-Pascal library. (with Ishai Ben-Aroya).
  102.   MONITOR       : Popup memory monitor.
  103.   APP17         : Application Programable Pilot - menu system.
  104.   WRPTP13       : RPTP for Windows 3.0
  105.  
  106. Credits
  107. -------
  108.  
  109.   RPTP was written using Turbo-Pascal V6.0, a copyright of Borland International.
  110.  
  111.   Windows 3.0 is a copyright of Microsoft Corp. Inc.
  112.